Html Css Color HEX #250217 Blackberry

📋 copy color: '#250217'

red 37 ◦ green 2 ◦ blue 23

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

Shades of Blackberry #250217

Tints of Blackberry #250217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 37.1%

R = 59.68%
G = 3.23%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#250217 (or 0x250217) is known color: Blackberry. HEX triplet: 25, 02 and 17. RGB value is (37,2,23). Sum of RGB (Red+Green+Blue) = 37+2+23=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250217 is #DAFDE8. Grayscale: #0E0E0E. Windows color (decimal): -14351849 or 1507877. OLE color: 1507877.

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

Color convert

RGB 37 2 23 -
CMYK 0 0.95 0.38 0.85
HSL 324º 0.9% 0.08% -
HSV(B) 324º 0.95% 0.15% -
XYZ 0.94 0.5 0.86 -
YUV 14.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 37 2 23 0 0.95 0.38 0.85 324 0.9 0.08
Hex 25 2 17 0 5F 26 55 144 5A 8
Octal 45 2 27 0 137 46 125 504 132 10
Binary 100101 10 10111 0 1011111 100110 1010101 101000100 1011010 1000

Color Harmonies of #250217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250217

Black with #250217

Text Example


Text Example

White with #250217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250217; }

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

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

background-color css

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

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

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

border-color css

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

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

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