Html Css Color HEX #380125 Blackberry

📋 copy color: '#380125'

red 56 ◦ green 1 ◦ blue 37

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

Shades of Blackberry #380125

Tints of Blackberry #380125

RGB

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

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

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

R = 59.57%
G = 1.06%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#380125 (or 0x380125) is known color: Blackberry. HEX triplet: 38, 01 and 25. RGB value is (56,1,37). Sum of RGB (Red+Green+Blue) = 56+1+37=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #380125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380125 is #C7FEDA. Grayscale: #151515. Windows color (decimal): -13106907 or 2425144. OLE color: 2425144.

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

Color convert

RGB 56 1 37 -
CMYK 0 0.98 0.34 0.78
HSL 320.73º 0.96% 0.11% -
HSV(B) 320.73º 0.98% 0.22% -
XYZ 1.98 1 1.84 -
YUV 21.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 56 1 37 0 0.98 0.34 0.78 320.73 0.96 0.11
Hex 38 1 25 0 62 22 4E 141 60 B
Octal 70 1 45 0 142 42 116 501 140 13
Binary 111000 1 100101 0 1100010 100010 1001110 101000001 1100000 1011

Color Harmonies of #380125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380125

Black with #380125

Text Example


Text Example

White with #380125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380125; }

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

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

background-color css

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

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

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

border-color css

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

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

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