Html Css Color HEX #25001B Blackberry

📋 copy color: '#25001B'

red 37 ◦ green 0 ◦ blue 27

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

Shades of Blackberry #25001B

Tints of Blackberry #25001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.81%
G = 0%
B = 42.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#25001B (or 0x25001B) is known color: Blackberry. HEX triplet: 25, 00 and 1B. RGB value is (37,0,27). Sum of RGB (Red+Green+Blue) = 37+0+27=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #25001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25001B is #DAFFE4. Grayscale: #0E0E0E. Windows color (decimal): -14352357 or 1769509. OLE color: 1769509.

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

Color convert

RGB 37 0 27 -
CMYK 0 1 0.27 0.85
HSL 316.22º 1% 0.07% -
HSV(B) 316.22º 1% 0.15% -
XYZ 0.96 0.47 1.08 -
YUV 14.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 37 0 27 0 1 0.27 0.85 316.22 1 0.07
Hex 25 0 1B 0 64 1B 55 13C 64 7
Octal 45 0 33 0 144 33 125 474 144 7
Binary 100101 0 11011 0 1100100 11011 1010101 100111100 1100100 111

Color Harmonies of #25001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25001B

Black with #25001B

Text Example


Text Example

White with #25001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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