Html Css Color HEX #25051B Blackberry

📋 copy color: '#25051B'

red 37 ◦ green 5 ◦ blue 27

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

Shades of Blackberry #25051B

Tints of Blackberry #25051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.25%

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

R = 53.62%
G = 7.25%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#25051B (or 0x25051B) is known color: Blackberry. HEX triplet: 25, 05 and 1B. RGB value is (37,5,27). Sum of RGB (Red+Green+Blue) = 37+5+27=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #25051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25051B is #DAFAE4. Grayscale: #111111. Windows color (decimal): -14351077 or 1770789. OLE color: 1770789.

HSL color Cylindrical-coordinate representation of color #25051B: hue angle of 318.75º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25051B is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 5 27 -
CMYK 0 0.86 0.27 0.85
HSL 318.75º 0.76% 0.08% -
HSV(B) 318.75º 0.86% 0.15% -
XYZ 1.02 0.58 1.1 -
YUV 17.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 37 5 27 0 0.86 0.27 0.85 318.75 0.76 0.08
Hex 25 5 1B 0 56 1B 55 13F 4C 8
Octal 45 5 33 0 126 33 125 477 114 10
Binary 100101 101 11011 0 1010110 11011 1010101 100111111 1001100 1000

Color Harmonies of #25051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25051B

Black with #25051B

Text Example


Text Example

White with #25051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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