Html Css Color HEX #270013 Blackberry

📋 copy color: '#270013'

red 39 ◦ green 0 ◦ blue 19

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

Shades of Blackberry #270013

Tints of Blackberry #270013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 32.76%

R = 67.24%
G = 0%
B = 32.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#270013 (or 0x270013) is known color: Blackberry. HEX triplet: 27, 00 and 13. RGB value is (39,0,19). Sum of RGB (Red+Green+Blue) = 39+0+19=58 (7% of max value = 765). Red value is 39 (15.62% from 255 or 67.24% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 39 - color contains mainly: red. Hex color #270013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270013 is #D8FFEC. Grayscale: #0D0D0D. Windows color (decimal): -14221293 or 1245223. OLE color: 1245223.

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

Color convert

RGB 39 0 19 -
CMYK 0 1 0.51 0.85
HSL 330.77º 1% 0.08% -
HSV(B) 330.77º 1% 0.15% -
XYZ 0.95 0.48 0.66 -
YUV 13.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 39 0 19 0 1 0.51 0.85 330.77 1 0.08
Hex 27 0 13 0 64 33 55 14B 64 8
Octal 47 0 23 0 144 63 125 513 144 10
Binary 100111 0 10011 0 1100100 110011 1010101 101001011 1100100 1000

Color Harmonies of #270013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270013

Black with #270013

Text Example


Text Example

White with #270013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270013; }

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

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

background-color css

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

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

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

border-color css

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

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

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