Html Css Color HEX #27001A Blackberry

📋 copy color: '#27001A'

red 39 ◦ green 0 ◦ blue 26

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

Shades of Blackberry #27001A

Tints of Blackberry #27001A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 40%

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.85

RGB Variations

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

Color information

#27001A (or 0x27001A) is known color: Blackberry. HEX triplet: 27, 00 and 1A. RGB value is (39,0,26). Sum of RGB (Red+Green+Blue) = 39+0+26=65 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 39 - color contains mainly: red. Hex color #27001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27001A is #D8FFE5. Grayscale: #0E0E0E. Windows color (decimal): -14221286 or 1703975. OLE color: 1703975.

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

Color convert

RGB 39 0 26 -
CMYK 0 1 0.33 0.85
HSL 320º 1% 0.08% -
HSV(B) 320º 1% 0.15% -
XYZ 1.02 0.51 1.02 -
YUV 14.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 39 0 26 0 1 0.33 0.85 320 1 0.08
Hex 27 0 1A 0 64 21 55 140 64 8
Octal 47 0 32 0 144 41 125 500 144 10
Binary 100111 0 11010 0 1100100 100001 1010101 101000000 1100100 1000

Color Harmonies of #27001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27001A

Black with #27001A

Text Example


Text Example

White with #27001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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