Html Css Color HEX #250317 Blackberry

📋 copy color: '#250317'

red 37 ◦ green 3 ◦ blue 23

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

Shades of Blackberry #250317

Tints of Blackberry #250317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.76%

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

R = 58.73%
G = 4.76%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#250317 (or 0x250317) is known color: Blackberry. HEX triplet: 25, 03 and 17. RGB value is (37,3,23). Sum of RGB (Red+Green+Blue) = 37+3+23=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #250317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250317 is #DAFCE8. Grayscale: #0F0F0F. Windows color (decimal): -14351593 or 1508133. OLE color: 1508133.

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

Color convert

RGB 37 3 23 -
CMYK 0 0.92 0.38 0.85
HSL 324.71º 0.85% 0.08% -
HSV(B) 324.71º 0.92% 0.15% -
XYZ 0.95 0.52 0.86 -
YUV 15.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 37 3 23 0 0.92 0.38 0.85 324.71 0.85 0.08
Hex 25 3 17 0 5C 26 55 145 55 8
Octal 45 3 27 0 134 46 125 505 125 10
Binary 100101 11 10111 0 1011100 100110 1010101 101000101 1010101 1000

Color Harmonies of #250317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250317

Black with #250317

Text Example


Text Example

White with #250317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250317; }

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

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

background-color css

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

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

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

border-color css

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

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

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