Html Css Color HEX #250014 Blackberry

📋 copy color: '#250014'

red 37 ◦ green 0 ◦ blue 20

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

Shades of Blackberry #250014

Tints of Blackberry #250014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 35.09%

R = 64.91%
G = 0%
B = 35.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#250014 (or 0x250014) is known color: Blackberry. HEX triplet: 25, 00 and 14. RGB value is (37,0,20). Sum of RGB (Red+Green+Blue) = 37+0+20=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #250014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250014 is #DAFFEB. Grayscale: #0D0D0D. Windows color (decimal): -14352364 or 1310757. OLE color: 1310757.

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

Color convert

RGB 37 0 20 -
CMYK 0 1 0.46 0.85
HSL 327.57º 1% 0.07% -
HSV(B) 327.57º 1% 0.15% -
XYZ 0.89 0.44 0.7 -
YUV 13.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 37 0 20 0 1 0.46 0.85 327.57 1 0.07
Hex 25 0 14 0 64 2E 55 148 64 7
Octal 45 0 24 0 144 56 125 510 144 7
Binary 100101 0 10100 0 1100100 101110 1010101 101001000 1100100 111

Color Harmonies of #250014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250014

Black with #250014

Text Example


Text Example

White with #250014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250014; }

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

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

background-color css

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

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

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

border-color css

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

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

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