Html Css Color HEX #250318 Blackberry

📋 copy color: '#250318'

red 37 ◦ green 3 ◦ blue 24

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

Shades of Blackberry #250318

Tints of Blackberry #250318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 37.5%

R = 57.81%
G = 4.69%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#250318 (or 0x250318) is known color: Blackberry. HEX triplet: 25, 03 and 18. RGB value is (37,3,24). Sum of RGB (Red+Green+Blue) = 37+3+24=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #250318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250318 is #DAFCE7. Grayscale: #0F0F0F. Windows color (decimal): -14351592 or 1573669. OLE color: 1573669.

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

Color convert

RGB 37 3 24 -
CMYK 0 0.92 0.35 0.85
HSL 322.94º 0.85% 0.08% -
HSV(B) 322.94º 0.92% 0.15% -
XYZ 0.96 0.52 0.91 -
YUV 15.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 37 3 24 0 0.92 0.35 0.85 322.94 0.85 0.08
Hex 25 3 18 0 5C 23 55 143 55 8
Octal 45 3 30 0 134 43 125 503 125 10
Binary 100101 11 11000 0 1011100 100011 1010101 101000011 1010101 1000

Color Harmonies of #250318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250318

Black with #250318

Text Example


Text Example

White with #250318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250318; }

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

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

background-color css

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

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

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

border-color css

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

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

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