Html Css Color HEX #25011B Blackberry

📋 copy color: '#25011B'

red 37 ◦ green 1 ◦ blue 27

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

Shades of Blackberry #25011B

Tints of Blackberry #25011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.54%

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

R = 56.92%
G = 1.54%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#25011B (or 0x25011B) is known color: Blackberry. HEX triplet: 25, 01 and 1B. RGB value is (37,1,27). Sum of RGB (Red+Green+Blue) = 37+1+27=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #25011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25011B is #DAFEE4. Grayscale: #0E0E0E. Windows color (decimal): -14352101 or 1769765. OLE color: 1769765.

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

Color convert

RGB 37 1 27 -
CMYK 0 0.97 0.27 0.85
HSL 316.67º 0.95% 0.07% -
HSV(B) 316.67º 0.97% 0.15% -
XYZ 0.97 0.49 1.08 -
YUV 14.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 37 1 27 0 0.97 0.27 0.85 316.67 0.95 0.07
Hex 25 1 1B 0 61 1B 55 13D 5F 7
Octal 45 1 33 0 141 33 125 475 137 7
Binary 100101 1 11011 0 1100001 11011 1010101 100111101 1011111 111

Color Harmonies of #25011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25011B

Black with #25011B

Text Example


Text Example

White with #25011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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