Html Css Color HEX #25021C Blackberry

📋 copy color: '#25021C'

red 37 ◦ green 2 ◦ blue 28

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

Shades of Blackberry #25021C

Tints of Blackberry #25021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.99%

 BLUE value IS 28 (11.33% from 255) = 41.79%

R = 55.22%
G = 2.99%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#25021C (or 0x25021C) is known color: Blackberry. HEX triplet: 25, 02 and 1C. RGB value is (37,2,28). Sum of RGB (Red+Green+Blue) = 37+2+28=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #25021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25021C is #DAFDE3. Grayscale: #0F0F0F. Windows color (decimal): -14351844 or 1835557. OLE color: 1835557.

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

Color convert

RGB 37 2 28 -
CMYK 0 0.95 0.24 0.85
HSL 315.43º 0.9% 0.08% -
HSV(B) 315.43º 0.95% 0.15% -
XYZ 0.99 0.52 1.15 -
YUV 15.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 37 2 28 0 0.95 0.24 0.85 315.43 0.9 0.08
Hex 25 2 1C 0 5F 18 55 13B 5A 8
Octal 45 2 34 0 137 30 125 473 132 10
Binary 100101 10 11100 0 1011111 11000 1010101 100111011 1011010 1000

Color Harmonies of #25021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25021C

Black with #25021C

Text Example


Text Example

White with #25021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25021C; }

 p { color: rgb(37,2,28); }

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

background-color css

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

 a { background-color: rgb(37,2,28); }

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

border-color css

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

 span { border-color: rgb(37,2,28); }

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