Html Css Color HEX #250117 Blackberry

📋 copy color: '#250117'

red 37 ◦ green 1 ◦ blue 23

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

Shades of Blackberry #250117

Tints of Blackberry #250117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.64%

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

R = 60.66%
G = 1.64%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#250117 (or 0x250117) is known color: Blackberry. HEX triplet: 25, 01 and 17. RGB value is (37,1,23). Sum of RGB (Red+Green+Blue) = 37+1+23=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250117 is #DAFEE8. Grayscale: #0E0E0E. Windows color (decimal): -14352105 or 1507621. OLE color: 1507621.

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

Color convert

RGB 37 1 23 -
CMYK 0 0.97 0.38 0.85
HSL 323.33º 0.95% 0.07% -
HSV(B) 323.33º 0.97% 0.15% -
XYZ 0.93 0.48 0.85 -
YUV 14.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 37 1 23 0 0.97 0.38 0.85 323.33 0.95 0.07
Hex 25 1 17 0 61 26 55 143 5F 7
Octal 45 1 27 0 141 46 125 503 137 7
Binary 100101 1 10111 0 1100001 100110 1010101 101000011 1011111 111

Color Harmonies of #250117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250117

Black with #250117

Text Example


Text Example

White with #250117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250117; }

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

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

background-color css

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

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

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

border-color css

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

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

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