Html Css Color HEX #25041B Blackberry

📋 copy color: '#25041B'

red 37 ◦ green 4 ◦ blue 27

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

Shades of Blackberry #25041B

Tints of Blackberry #25041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 39.71%

R = 54.41%
G = 5.88%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#25041B (or 0x25041B) is known color: Blackberry. HEX triplet: 25, 04 and 1B. RGB value is (37,4,27). Sum of RGB (Red+Green+Blue) = 37+4+27=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25041B is #DAFBE4. Grayscale: #101010. Windows color (decimal): -14351333 or 1770533. OLE color: 1770533.

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

Color convert

RGB 37 4 27 -
CMYK 0 0.89 0.27 0.85
HSL 318.18º 0.8% 0.08% -
HSV(B) 318.18º 0.89% 0.15% -
XYZ 1 0.56 1.09 -
YUV 16.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 37 4 27 0 0.89 0.27 0.85 318.18 0.8 0.08
Hex 25 4 1B 0 59 1B 55 13E 50 8
Octal 45 4 33 0 131 33 125 476 120 10
Binary 100101 100 11011 0 1011001 11011 1010101 100111110 1010000 1000

Color Harmonies of #25041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25041B

Black with #25041B

Text Example


Text Example

White with #25041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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