Html Css Color HEX #381025 Blackberry

📋 copy color: '#381025'

red 56 ◦ green 16 ◦ blue 37

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

Shades of Blackberry #381025

Tints of Blackberry #381025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.68%

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

R = 51.38%
G = 14.68%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#381025 (or 0x381025) is known color: Blackberry. HEX triplet: 38, 10 and 25. RGB value is (56,16,37). Sum of RGB (Red+Green+Blue) = 56+16+37=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #381025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381025 is #C7EFDA. Grayscale: #1E1E1E. Windows color (decimal): -13103067 or 2428984. OLE color: 2428984.

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

Color convert

RGB 56 16 37 -
CMYK 0 0.71 0.34 0.78
HSL 328.5º 0.56% 0.14% -
HSV(B) 328.5º 0.71% 0.22% -
XYZ 2.15 1.34 1.9 -
YUV 30.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 56 16 37 0 0.71 0.34 0.78 328.5 0.56 0.14
Hex 38 10 25 0 47 22 4E 148 38 E
Octal 70 20 45 0 107 42 116 510 70 16
Binary 111000 10000 100101 0 1000111 100010 1001110 101001000 111000 1110

Color Harmonies of #381025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381025

Black with #381025

Text Example


Text Example

White with #381025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381025; }

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

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

background-color css

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

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

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

border-color css

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

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

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