Html Css Color HEX #270B3B Blackcurrant

📋 copy color: '#270B3B'

red 39 ◦ green 11 ◦ blue 59

#270B3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #270B3B

Tints of Blackcurrant #270B3B

RGB

 RED value IS 39 (15.63% from 255) = 35.78%

 GREEN value IS 11 (4.69% from 255) = 10.09%

 BLUE value IS 59 (23.44% from 255) = 54.13%

R = 35.78%
G = 10.09%
B = 54.13%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.77

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#270B3B (or 0x270B3B) is known color: Blackcurrant. HEX triplet: 27, 0B and 3B. RGB value is (39,11,59). Sum of RGB (Red+Green+Blue) = 39+11+59=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #270B3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270B3B is #D8F4C4. Grayscale: #181818. Windows color (decimal): -14218437 or 3869479. OLE color: 3869479.

HSL color Cylindrical-coordinate representation of color #270B3B: hue angle of 275º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #270B3B is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 39 11 59 -
CMYK 0.34 0.81 0 0.77
HSL 275º 0.69% 0.14% -
HSV(B) 275º 0.81% 0.23% -
XYZ 1.75 0.99 4.24 -
YUV 24.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 39 11 59 0.34 0.81 0 0.77 275 0.69 0.14
Hex 27 B 3B 22 51 0 4D 113 45 E
Octal 47 13 73 42 121 0 115 423 105 16
Binary 100111 1011 111011 100010 1010001 0 1001101 100010011 1000101 1110

Color Harmonies of #270B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270B3B

Black with #270B3B

Text Example


Text Example

White with #270B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270B3B; }

 p { color: rgb(39,11,59); }

 H1.HeaderClassName
 {
   color: #270B3B;
 }
 .AnyTagClassName
 {
   color: #270B3B;
 }
</style>

background-color css

<style>
 a { background-color: #270B3B; }

 a { background-color: rgb(39,11,59); }

 div.DivClassName
 {
   background-color: #270B3B;
 }
 .BgClassName
 {
   background-color: #270B3B;
 }
</style>

border-color css

<style>
 span { border-color: #270B3B; }

 span { border-color: rgb(39,11,59); }

 td.TdClassName
 {
   border-color: #270B3B;
 }
 .TagClassName
 {
   border-color: #270B3B;
 }
</style>