Html Css Color HEX #250213 Blackberry

📋 copy color: '#250213'

red 37 ◦ green 2 ◦ blue 19

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

Shades of Blackberry #250213

Tints of Blackberry #250213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.45%

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

R = 63.79%
G = 3.45%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#250213 (or 0x250213) is known color: Blackberry. HEX triplet: 25, 02 and 13. RGB value is (37,2,19). Sum of RGB (Red+Green+Blue) = 37+2+19=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #250213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250213 is #DAFDEC. Grayscale: #0E0E0E. Windows color (decimal): -14351853 or 1245733. OLE color: 1245733.

HSL color Cylindrical-coordinate representation of color #250213: hue angle of 330.86º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250213 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 2 19 -
CMYK 0 0.95 0.49 0.85
HSL 330.86º 0.9% 0.08% -
HSV(B) 330.86º 0.95% 0.15% -
XYZ 0.9 0.48 0.66 -
YUV 14.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 37 2 19 0 0.95 0.49 0.85 330.86 0.9 0.08
Hex 25 2 13 0 5F 31 55 14B 5A 8
Octal 45 2 23 0 137 61 125 513 132 10
Binary 100101 10 10011 0 1011111 110001 1010101 101001011 1011010 1000

Color Harmonies of #250213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250213

Black with #250213

Text Example


Text Example

White with #250213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250213; }

 p { color: rgb(37,2,19); }

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

background-color css

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

 a { background-color: rgb(37,2,19); }

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

border-color css

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

 span { border-color: rgb(37,2,19); }

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