Html Css Color HEX #270917 Blackberry

📋 copy color: '#270917'

red 39 ◦ green 9 ◦ blue 23

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

Shades of Blackberry #270917

Tints of Blackberry #270917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.68%

 BLUE value IS 23 (9.38% from 255) = 32.39%

R = 54.93%
G = 12.68%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#270917 (or 0x270917) is known color: Blackberry. HEX triplet: 27, 09 and 17. RGB value is (39,9,23). Sum of RGB (Red+Green+Blue) = 39+9+23=71 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.93% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 39 - color contains mainly: red. Hex color #270917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270917 is #D8F6E8. Grayscale: #131313. Windows color (decimal): -14218985 or 1509671. OLE color: 1509671.

HSL color Cylindrical-coordinate representation of color #270917: hue angle of 332º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #270917 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 9 23 -
CMYK 0 0.77 0.41 0.85
HSL 332º 0.63% 0.09% -
HSV(B) 332º 0.77% 0.15% -
XYZ 1.09 0.69 0.89 -
YUV 19.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 39 9 23 0 0.77 0.41 0.85 332 0.63 0.09
Hex 27 9 17 0 4D 29 55 14C 3E 9
Octal 47 11 27 0 115 51 125 514 76 11
Binary 100111 1001 10111 0 1001101 101001 1010101 101001100 111110 1001

Color Harmonies of #270917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270917

Black with #270917

Text Example


Text Example

White with #270917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270917; }

 p { color: rgb(39,9,23); }

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

background-color css

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

 a { background-color: rgb(39,9,23); }

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

border-color css

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

 span { border-color: rgb(39,9,23); }

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