Html Css Color HEX #250012 Blackberry

📋 copy color: '#250012'

red 37 ◦ green 0 ◦ blue 18

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

Shades of Blackberry #250012

Tints of Blackberry #250012

RGB

 RED value IS 37 (14.84% from 255) = 67.27%

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

 BLUE value IS 18 (7.42% from 255) = 32.73%

R = 67.27%
G = 0%
B = 32.73%

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

#250012 (or 0x250012) is known color: Blackberry. HEX triplet: 25, 00 and 12. RGB value is (37,0,18). Sum of RGB (Red+Green+Blue) = 37+0+18=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #250012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250012 is #DAFFED. Grayscale: #0D0D0D. Windows color (decimal): -14352366 or 1179685. OLE color: 1179685.

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

Color convert

RGB 37 0 18 -
CMYK 0 1 0.51 0.85
HSL 330.81º 1% 0.07% -
HSV(B) 330.81º 1% 0.15% -
XYZ 0.87 0.44 0.61 -
YUV 13.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 37 0 18 0 1 0.51 0.85 330.81 1 0.07
Hex 25 0 12 0 64 33 55 14B 64 7
Octal 45 0 22 0 144 63 125 513 144 7
Binary 100101 0 10010 0 1100100 110011 1010101 101001011 1100100 111

Color Harmonies of #250012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250012

Black with #250012

Text Example


Text Example

White with #250012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250012; }

 p { color: rgb(37,0,18); }

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

background-color css

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

 a { background-color: rgb(37,0,18); }

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

border-color css

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

 span { border-color: rgb(37,0,18); }

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