Html Css Color HEX #25071B Blackberry

📋 copy color: '#25071B'

red 37 ◦ green 7 ◦ blue 27

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

Shades of Blackberry #25071B

Tints of Blackberry #25071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.86%

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

R = 52.11%
G = 9.86%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#25071B (or 0x25071B) is known color: Blackberry. HEX triplet: 25, 07 and 1B. RGB value is (37,7,27). Sum of RGB (Red+Green+Blue) = 37+7+27=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 7 (3.12% from 255 or 9.86% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #25071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25071B is #DAF8E4. Grayscale: #121212. Windows color (decimal): -14350565 or 1771301. OLE color: 1771301.

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

Color convert

RGB 37 7 27 -
CMYK 0 0.81 0.27 0.85
HSL 320º 0.68% 0.09% -
HSV(B) 320º 0.81% 0.15% -
XYZ 1.04 0.62 1.1 -
YUV 18.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 37 7 27 0 0.81 0.27 0.85 320 0.68 0.09
Hex 25 7 1B 0 51 1B 55 140 44 9
Octal 45 7 33 0 121 33 125 500 104 11
Binary 100101 111 11011 0 1010001 11011 1010101 101000000 1000100 1001

Color Harmonies of #25071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25071B

Black with #25071B

Text Example


Text Example

White with #25071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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