Html Css Color HEX #250018 Blackberry

📋 copy color: '#250018'

red 37 ◦ green 0 ◦ blue 24

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

Shades of Blackberry #250018

Tints of Blackberry #250018

RGB

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

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

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

R = 60.66%
G = 0%
B = 39.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#250018 (or 0x250018) is known color: Blackberry. HEX triplet: 25, 00 and 18. RGB value is (37,0,24). Sum of RGB (Red+Green+Blue) = 37+0+24=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250018 is #DAFFE7. Grayscale: #0D0D0D. Windows color (decimal): -14352360 or 1572901. OLE color: 1572901.

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

Color convert

RGB 37 0 24 -
CMYK 0 1 0.35 0.85
HSL 321.08º 1% 0.07% -
HSV(B) 321.08º 1% 0.15% -
XYZ 0.93 0.46 0.9 -
YUV 13.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 37 0 24 0 1 0.35 0.85 321.08 1 0.07
Hex 25 0 18 0 64 23 55 141 64 7
Octal 45 0 30 0 144 43 125 501 144 7
Binary 100101 0 11000 0 1100100 100011 1010101 101000001 1100100 111

Color Harmonies of #250018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250018

Black with #250018

Text Example


Text Example

White with #250018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250018; }

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

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

background-color css

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

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

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

border-color css

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

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

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