Html Css Color HEX #25041C Blackberry

📋 copy color: '#25041C'

red 37 ◦ green 4 ◦ blue 28

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

Shades of Blackberry #25041C

Tints of Blackberry #25041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.8%

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

R = 53.62%
G = 5.8%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#25041C (or 0x25041C) is known color: Blackberry. HEX triplet: 25, 04 and 1C. RGB value is (37,4,28). Sum of RGB (Red+Green+Blue) = 37+4+28=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #25041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25041C is #DAFBE3. Grayscale: #101010. Windows color (decimal): -14351332 or 1836069. OLE color: 1836069.

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

Color convert

RGB 37 4 28 -
CMYK 0 0.89 0.24 0.85
HSL 316.36º 0.8% 0.08% -
HSV(B) 316.36º 0.89% 0.15% -
XYZ 1.02 0.56 1.15 -
YUV 16.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 37 4 28 0 0.89 0.24 0.85 316.36 0.8 0.08
Hex 25 4 1C 0 59 18 55 13C 50 8
Octal 45 4 34 0 131 30 125 474 120 10
Binary 100101 100 11100 0 1011001 11000 1010101 100111100 1010000 1000

Color Harmonies of #25041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25041C

Black with #25041C

Text Example


Text Example

White with #25041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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