Html Css Color HEX #27001C Blackberry

📋 copy color: '#27001C'

red 39 ◦ green 0 ◦ blue 28

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

Shades of Blackberry #27001C

Tints of Blackberry #27001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 41.79%

R = 58.21%
G = 0%
B = 41.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.85

RGB Variations

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

Color information

#27001C (or 0x27001C) is known color: Blackberry. HEX triplet: 27, 00 and 1C. RGB value is (39,0,28). Sum of RGB (Red+Green+Blue) = 39+0+28=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #27001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27001C is #D8FFE3. Grayscale: #0E0E0E. Windows color (decimal): -14221284 or 1835047. OLE color: 1835047.

HSL color Cylindrical-coordinate representation of color #27001C: hue angle of 316.92º 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 #27001C is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 0 28 -
CMYK 0 1 0.28 0.85
HSL 316.92º 1% 0.08% -
HSV(B) 316.92º 1% 0.15% -
XYZ 1.05 0.52 1.14 -
YUV 14.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 39 0 28 0 1 0.28 0.85 316.92 1 0.08
Hex 27 0 1C 0 64 1C 55 13D 64 8
Octal 47 0 34 0 144 34 125 475 144 10
Binary 100111 0 11100 0 1100100 11100 1010101 100111101 1100100 1000

Color Harmonies of #27001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27001C

Black with #27001C

Text Example


Text Example

White with #27001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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