Html Css Color HEX #381725 Blackberry

📋 copy color: '#381725'

red 56 ◦ green 23 ◦ blue 37

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

Shades of Blackberry #381725

Tints of Blackberry #381725

RGB

 RED value IS 56 (22.27% from 255) = 48.28%

 GREEN value IS 23 (9.38% from 255) = 19.83%

 BLUE value IS 37 (14.84% from 255) = 31.9%

R = 48.28%
G = 19.83%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#381725 (or 0x381725) is known color: Blackberry. HEX triplet: 38, 17 and 25. RGB value is (56,23,37). Sum of RGB (Red+Green+Blue) = 56+23+37=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #381725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381725 is #C7E8DA. Grayscale: #222222. Windows color (decimal): -13101275 or 2430776. OLE color: 2430776.

HSL color Cylindrical-coordinate representation of color #381725: hue angle of 334.55º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #381725 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 23 37 -
CMYK 0 0.59 0.34 0.78
HSL 334.55º 0.42% 0.15% -
HSV(B) 334.55º 0.59% 0.22% -
XYZ 2.27 1.59 1.94 -
YUV 34.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 56 23 37 0 0.59 0.34 0.78 334.55 0.42 0.15
Hex 38 17 25 0 3B 22 4E 14F 2A F
Octal 70 27 45 0 73 42 116 517 52 17
Binary 111000 10111 100101 0 111011 100010 1001110 101001111 101010 1111

Color Harmonies of #381725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381725

Black with #381725

Text Example


Text Example

White with #381725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381725; }

 p { color: rgb(56,23,37); }

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

background-color css

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

 a { background-color: rgb(56,23,37); }

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

border-color css

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

 span { border-color: rgb(56,23,37); }

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