Html Css Color HEX #27001F Blackberry

📋 copy color: '#27001F'

red 39 ◦ green 0 ◦ blue 31

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

Shades of Blackberry #27001F

Tints of Blackberry #27001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 44.29%

R = 55.71%
G = 0%
B = 44.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.85

RGB Variations

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

Color information

#27001F (or 0x27001F) is known color: Blackberry. HEX triplet: 27, 00 and 1F. RGB value is (39,0,31). Sum of RGB (Red+Green+Blue) = 39+0+31=70 (9% of max value = 765). Red value is 39 (15.62% from 255 or 55.71% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 39 - color contains mainly: red. Hex color #27001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27001F is #D8FFE0. Grayscale: #0F0F0F. Windows color (decimal): -14221281 or 2031655. OLE color: 2031655.

HSL color Cylindrical-coordinate representation of color #27001F: hue angle of 312.31º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27001F is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 0 31 -
CMYK 0 1 0.21 0.85
HSL 312.31º 1% 0.08% -
HSV(B) 312.31º 1% 0.15% -
XYZ 1.08 0.53 1.34 -
YUV 15.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 39 0 31 0 1 0.21 0.85 312.31 1 0.08
Hex 27 0 1F 0 64 15 55 138 64 8
Octal 47 0 37 0 144 25 125 470 144 10
Binary 100111 0 11111 0 1100100 10101 1010101 100111000 1100100 1000

Color Harmonies of #27001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27001F

Black with #27001F

Text Example


Text Example

White with #27001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27001F; }

 p { color: rgb(39,0,31); }

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

background-color css

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

 a { background-color: rgb(39,0,31); }

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

border-color css

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

 span { border-color: rgb(39,0,31); }

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