Html Css Color HEX #270019 Blackberry

📋 copy color: '#270019'

red 39 ◦ green 0 ◦ blue 25

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

Shades of Blackberry #270019

Tints of Blackberry #270019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 39.06%

R = 60.94%
G = 0%
B = 39.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.85

RGB Variations

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

Color information

#270019 (or 0x270019) is known color: Blackberry. HEX triplet: 27, 00 and 19. RGB value is (39,0,25). Sum of RGB (Red+Green+Blue) = 39+0+25=64 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60.94% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 39 - color contains mainly: red. Hex color #270019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270019 is #D8FFE6. Grayscale: #0E0E0E. Windows color (decimal): -14221287 or 1638439. OLE color: 1638439.

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

Color convert

RGB 39 0 25 -
CMYK 0 1 0.36 0.85
HSL 321.54º 1% 0.08% -
HSV(B) 321.54º 1% 0.15% -
XYZ 1.01 0.5 0.96 -
YUV 14.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 39 0 25 0 1 0.36 0.85 321.54 1 0.08
Hex 27 0 19 0 64 24 55 142 64 8
Octal 47 0 31 0 144 44 125 502 144 10
Binary 100111 0 11001 0 1100100 100100 1010101 101000010 1100100 1000

Color Harmonies of #270019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270019

Black with #270019

Text Example


Text Example

White with #270019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270019; }

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

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

background-color css

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

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

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

border-color css

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

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

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