Html Css Color HEX #25041A Blackberry

📋 copy color: '#25041A'

red 37 ◦ green 4 ◦ blue 26

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

Shades of Blackberry #25041A

Tints of Blackberry #25041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 38.81%

R = 55.22%
G = 5.97%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#25041A (or 0x25041A) is known color: Blackberry. HEX triplet: 25, 04 and 1A. RGB value is (37,4,26). Sum of RGB (Red+Green+Blue) = 37+4+26=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #25041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25041A is #DAFBE5. Grayscale: #101010. Windows color (decimal): -14351334 or 1704997. OLE color: 1704997.

HSL color Cylindrical-coordinate representation of color #25041A: hue angle of 320º 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 #25041A is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 4 26 -
CMYK 0 0.89 0.30 0.85
HSL 320º 0.8% 0.08% -
HSV(B) 320º 0.89% 0.15% -
XYZ 0.99 0.55 1.03 -
YUV 16.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 37 4 26 0 0.89 0.30 0.85 320 0.8 0.08
Hex 25 4 1A 0 59 1E 55 140 50 8
Octal 45 4 32 0 131 36 125 500 120 10
Binary 100101 100 11010 0 1011001 11110 1010101 101000000 1010000 1000

Color Harmonies of #25041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25041A

Black with #25041A

Text Example


Text Example

White with #25041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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