Html Css Color HEX #380029 Blackberry

📋 copy color: '#380029'

red 56 ◦ green 0 ◦ blue 41

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

Shades of Blackberry #380029

Tints of Blackberry #380029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 42.27%

R = 57.73%
G = 0%
B = 42.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#380029 (or 0x380029) is known color: Blackberry. HEX triplet: 38, 00 and 29. RGB value is (56,0,41). Sum of RGB (Red+Green+Blue) = 56+0+41=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #380029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380029 is #C7FFD6. Grayscale: #151515. Windows color (decimal): -13107159 or 2687032. OLE color: 2687032.

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

Color convert

RGB 56 0 41 -
CMYK 0 1 0.27 0.78
HSL 316.07º 1% 0.11% -
HSV(B) 316.07º 1% 0.22% -
XYZ 2.03 1 2.18 -
YUV 21.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 56 0 41 0 1 0.27 0.78 316.07 1 0.11
Hex 38 0 29 0 64 1B 4E 13C 64 B
Octal 70 0 51 0 144 33 116 474 144 13
Binary 111000 0 101001 0 1100100 11011 1001110 100111100 1100100 1011

Color Harmonies of #380029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380029

Black with #380029

Text Example


Text Example

White with #380029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380029; }

 p { color: rgb(56,0,41); }

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

background-color css

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

 a { background-color: rgb(56,0,41); }

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

border-color css

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

 span { border-color: rgb(56,0,41); }

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