Html Css Color HEX #250017 Blackberry

📋 copy color: '#250017'

red 37 ◦ green 0 ◦ blue 23

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

Shades of Blackberry #250017

Tints of Blackberry #250017

RGB

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

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

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

R = 61.67%
G = 0%
B = 38.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#250017 (or 0x250017) is known color: Blackberry. HEX triplet: 25, 00 and 17. RGB value is (37,0,23). Sum of RGB (Red+Green+Blue) = 37+0+23=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250017 is #DAFFE8. Grayscale: #0D0D0D. Windows color (decimal): -14352361 or 1507365. OLE color: 1507365.

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

Color convert

RGB 37 0 23 -
CMYK 0 1 0.38 0.85
HSL 322.7º 1% 0.07% -
HSV(B) 322.7º 1% 0.15% -
XYZ 0.92 0.46 0.85 -
YUV 13.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 37 0 23 0 1 0.38 0.85 322.7 1 0.07
Hex 25 0 17 0 64 26 55 143 64 7
Octal 45 0 27 0 144 46 125 503 144 7
Binary 100101 0 10111 0 1100100 100110 1010101 101000011 1100100 111

Color Harmonies of #250017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250017

Black with #250017

Text Example


Text Example

White with #250017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250017; }

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

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

background-color css

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

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

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

border-color css

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

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

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